home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_gen / kinstw27.zip / MAKE.SET < prev    next >
Text File  |  1996-06-05  |  1KB  |  27 lines

  1. REM This settings file enables to K-Install to generate a settings file!
  2. REM Run K-Install with a parameter of "MAKE" to use this settings file.
  3. REM K-Install will prompt for several pieces of information about your
  4. REM program, and then generate a basic settings file for it.
  5.  
  6. TITLE Basic Settings File
  7. MSG Create a basic K-Install settings file
  8. DIR C:\TEMP, , Enter directory where the ~NAME program and settings file are to be placed
  9. INPUT 0, 40, , ?*, Program Title, Enter the full title of your program (eg My Program v1.2)
  10. INPUT 1, 80, ,  *, Message, Enter the message to go at the bottom of the installation screen (eg a copyright notice)
  11. INPUT 2,  6, ,  *, Disk Space, Enter the total disk space needed by your program in KB (eg 100)
  12. INPUT 3, 40, ,  *, Default Directory, Enter the default directory when the user installs the program (eg C:\MYPROG)
  13. INPUT 4, 40, ,  *, Program Name, Enter the name and extension of the main program if you want the user to be able to run it from the install program (eg MYPROG.EXE)
  14. INPUT 5, 40, ,  *, Document File, Enter the name of any document file the user should be asked to read after installation (eg README.NOW)
  15. INPUT 6,  8, , ?*, ~NAME Name, Enter the name you want to call your ~NAME program itself (eg SETITUP)
  16. RFILE ~6.SET TEXT
  17. REG , , TITLE ~0
  18. REG , , MSG ~1
  19. REG , , INSTALL *.*, , 4, ~2
  20. REG , , DIR ~3
  21. REG , , RUN ~4
  22. REG , , DOC ~5
  23. INSTALL ~NAME.EXE, ~6.EXE
  24. RUN ~6.EXE 
  25. FUNCTION I
  26. LOG
  27.